Interface DispatchableInterface

Summary

Fully Qualified Name: Zend\Stdlib\DispatchableInterface

Description

Methods

Name Description Defined By
dispatch() Dispatch a request DispatchableInterface

Method Details

dispatch()

Dispatch a request

Parameter Name Type Description
$request \RequestInterface
$response null|\ResponseInterface

Returns: \Response|mixed

Top